packages/zip: remove trailing whitespaces
authorGabor Juhos <[email protected]>
Thu, 27 Mar 2014 07:06:43 +0000 (07:06 +0000)
committerGabor Juhos <[email protected]>
Thu, 27 Mar 2014 07:06:43 +0000 (07:06 +0000)
Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 40281

utils/zip/Makefile

index df311ce32400ca59e7e9cc83bd6850dc26726ef6..e89132996ccbd3982537eeb9095c294da350b57e 100644 (file)
@@ -29,9 +29,9 @@ define Package/zip
 endef
 
 define Package/zip/description
-       This is InfoZIP's zip program. It produces files that are fully 
-       compatible with the popular PKZIP program; however, the command line 
-       options are not identical. In other words, the end result is the same, 
+       This is InfoZIP's zip program. It produces files that are fully
+       compatible with the popular PKZIP program; however, the command line
+       options are not identical. In other words, the end result is the same,
        but the methods differ.
 endef
 
@@ -47,7 +47,7 @@ define Build/Compile
                install
 endef
 
-define Package/zip/install     
+define Package/zip/install
        $(INSTALL_DIR) $(1)/usr/bin/
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
 endef